Welcome![Sign In][Sign Up]
Location:
Search - Csharp Windows

Search list

[GUI DevelopDrawTools_src

Description: 仿Windows的绘图程序,使使用者了解C#中各种绘制图形的方法,以及自定义控件的制作方法-imitation of Windows graphics procedures, so that users understand the C# graphics rendering various methods, and method of making OCX
Platform: | Size: 250880 | Author: 王剑 | Hits:

[CSharp气泡

Description: 在WINDOWS右下脚工具栏显示气泡的例子-lower-right corner of the Windows toolbar shows examples of bubble
Platform: | Size: 51200 | Author: 羽羊 | Hits:

[Other用CSharp编写发手机中文短信息Windows服务

Description: 短信收发程序,能从一个目录中固定格式的文本文件中读取出相应的信息,发送出去。-SMS transceiver procedures, from a directory fixed format text file to read out the corresponding information sent.
Platform: | Size: 12288 | Author: ffgg | Hits:

[Windows Develop87686

Description: Acrylic是微软刚刚启动的类似于Photoshop的设计软件,主要设计思想是取代Windows中内置的Microsoft Paint画图程序,像PS一样,Acrylic具有“层”的概念,这会给绘图带来不少方便.目前微软提供了一个180天测试版本. -AcrylicPhotoshop,WindowsMicrosoft Paint,PS,Acrylic,.180.
Platform: | Size: 6144 | Author: hf | Hits:

[GDI-BitmapQRCodeSample

Description: 现在网上有许多三维条形码的工具,包括QRCode码的工具。但是,很多都是生成码的软件,没有解析码的软件,小弟不才近日做了一个,解析QRCode三维条形码的软件和大家分享一下。 我这个代码 解析的库不仅在 pc上能够运行, 而且 在windows mobile 下的 ppc 和 smartphone平台下都可以运行,当然不是用这个库,如果你要可以问我拿。-now many online 3D bar code tools, including tools QRCode yards. However, many are generating software code, not the code analysis software, finding suggested recently done one, and three-dimensional bar code QRCode analytic software and share with you. My code analysis of the library not only on the PC can run, but the windows of mobile machines and smartphone platforms can run, of course, not using the library, if you can ask me to take.
Platform: | Size: 103424 | Author: 陈成 | Hits:

[CSharpForestPadSolution

Description: 树形文档管理器,c/s架构,有windows、web、ppc三种客户端,服务器端采用web服务,C#源码-tree for document management, c/s structure, windows, web, the three machines client, the server-using web services, C# source
Platform: | Size: 1209344 | Author: 张恒敢 | Hits:

[CSharpSkinForm

Description: 用C#.net编写的一个自定义边框的Windows窗口,-C#. Net prepared in a custom window frame of Windows,
Platform: | Size: 72704 | Author: 杨虎 | Hits:

[CSharpaccess数据库的应用windows

Description: ACCESS数据库运用,这是通过运用ACCESS与C#的连接,实验数据库与C#的结合。方便用户实现数据库的功能。-ACCESS database application, it is through the application of C# ACCESS connectivity, experimental database with a combination of C#. User-friendly database functions.
Platform: | Size: 19456 | Author: 黄小玲 | Hits:

[GUI DeveloppictureBox

Description: 这是一个控制图片显示的Windows组件。可以用四种方式控制图片的显示,另外图片的位置也可以自行设置。-This is a display of photographs control Windows components. Four methods can be used to control the picture, the location of the other pictures can also set up their own.
Platform: | Size: 50176 | Author: | Hits:

[CSharp232api

Description: c#串口编程(直接调用windows api)-Serial Programming (direct call windows api)
Platform: | Size: 35840 | Author: ssin | Hits:

[CSharpAutoCompleteTest

Description: 这是一个使用windows shell功能的自动完成文本框例子,全部的C#源代码。-It is a function of shell windows automatically textboxes example, all of the C# source code.
Platform: | Size: 36864 | Author: ren | Hits:

[CSharpCSharpWindows个人通讯录

Description: 这是我用C#做的Windows个人通讯录,这是我课程设计的时候做出来的,供大家参考。-This is what I do with C# Windows personal correspondence, this is my course design when done. for your reference.
Platform: | Size: 2266112 | Author: 陈志峰 | Hits:

[CSharpCS编的Dijkstra算法(图形界面)

Description: Windows应用程序,C#编写,实现了求最短路径的Dijkstra算法,方便操作,可以自已在程序界面上指定每一个点的位置,在界面上空白的地方每点击一下生成一个点(该点是一个可以点击的按钮),这些按钮按照出现的先后顺序自动从1开始编号(目前程序设定最多支持100个点,可自行更改)。界面右上角是计算结果显示区,往下是权值输入区和“连线”、“清屏”“计算”三个按钮以及状态区,状态区显示当前的起点和终点,连线和计算都要用到该信息(点击生成的顺序编号的那些按钮可以依次改变起点和终点)。输入权值后点“连线”则把编号为状态区显示的起点和终点连接起来,并在线的中央标明权值。点击“计算”则计算状态区显示的起点和终点的最短距离及路径,并将结果输出到右上角。右下角为异常显示区,显示程序运行过程中出现的异常,比如权值输入一个字母,因字母无法转为整型,就会产生异常,该异常信息就显示在右下角。-Windows applications, C#, for the realization of the Dijkstra shortest path algorithm, convenient operation, the procedure can own interface on a point each designated location, gaps at the interface of each click generated a point (the point is a can click on the button), these buttons with the automatic sequence starting from No. 1 (the current procedure set up to support 100 points can make changes). Instructions interface is calculated results show, right down the value of the importation and the "Alliance" "screen" "calculated" button and the three state area, the current state of the district show the starting and finishing points. Alliance and calculation should use the information (click generation of serial numbers of those buttons can be followed to
Platform: | Size: 11264 | Author: | Hits:

[CSharpCS取得网页源码

Description: 有两个CS文件,是两个独立的程序,功能相同,都是取得网页的源码并将其保存到一个文件中,一个是Windows程序(DownPage.cs),另一个是控制台程序(GetPageCode.cs)。DownPage.cs在编译运行后输入网站的域名(不含“http://”)和欲保存的文件名,点击“下载网页”即可在指定的文件中看到指定网页的源码。GetPageCode.cs的参数需在文件中设置和修改(参数是URL和欲保存的文件名),修改完毕后编译运行,即可在指定的文件中看到指定网页的源码。-two CS document, the two independent process, the same function, the website is made its source code to preserve a document, a Windows (DownPage.cs) Another is the console (GetPageCode.cs). DownPage.cs compiled running after importation website domain name (excluding "http :// ") and wishes to preserve the name, click on" download page "can be specified in the document designated website to see the source code. GetPageCode.cs parameters required in the document set and modifications (URL and the parameter is the text wishes to preserve pieces), after amending compiler operation can be specified in the document designated website to see the source code.
Platform: | Size: 8192 | Author: | Hits:

[GUI Develop如何实现托盘程序

Description: 在Windows操作系统中,任务栏的右边(托盘)会常驻几个图标,如输入法切换图标、音量控制图标等,此外我们还经常遇到具有托盘图标的软件,如金山词霸、实时监测功能的杀毒软件等。这些软件在后台运行,通常不占用太多的屏幕资源,只在通知栏上放一个小小的标志,必要时我们可以通过用鼠标点击图标对其进行选单操作或激活其主窗口。该源代码给出了具体实现托盘程序-the Windows operating system, the right side of the task bar (tray) Permanent several icon, if the input method icon switch, volume control icon, in addition, we have also encountered with the software tray icon, if free email, real-time monitoring functions of antivirus software. These software run in the background, usually not to take up too much screen resources, only the notice board put a little sign, when necessary, we can use a computer mouse click its icon menu operation or activate its main window. The source code is a specific procedure to achieve tray
Platform: | Size: 7603200 | Author: | Hits:

[Windows MobileSmartE1Analyzer

Description: 该项目实现在.net 2003上,利用C#语言,利用windows mobile模拟器,实现了串口的编成-achieved in the project. Net 2003, using C# language, the use of windows mobile simulator, achieving the organization Serial
Platform: | Size: 475136 | Author: 杨雨虹 | Hits:

[Windows DevelopCSharpAPI

Description: 用Visual C#调用Windows API函数-Visual C# Windows API function calls
Platform: | Size: 4096 | Author: 韩百万 | Hits:

[Menu controlCSource_003

Description: C#和本地Windows API操纵系统菜单 基于系统的菜单源码。-C# and the local operating system Windows API menu systems based on the menu source.
Platform: | Size: 30720 | Author: 杨扬 | Hits:

[GUI DevelopMDIFormApp

Description: C#开发出来的多窗体界面,很漂亮啊,想学界面编程的可以-C# development of the Multi-Windows interface, and very pretty ah wish to learn programming interface can try
Platform: | Size: 36864 | Author: 张山 | Hits:

[Other Databasesdatabrowser

Description: C#数据库编程实例: 程序设计和运行环境是: (1) 微软公司视窗2000 专业版 (2)C#.Net FrameWork SDK BETA 2 (3)Microsoft Access Data Component 2.6 ( MADC2.6 ) -Database Programming C# Example : program design and runtime environment is : (1) Microsoft Windows 2000 Professional (2) C#. Net FrameWork SDK BET A 2 (3) Microsoft Data Access Component 2.6 (MAD C2.6)
Platform: | Size: 95232 | Author: 白昕 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 42 »

CodeBus www.codebus.net